home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1997 February / Windows News CD #1 - Fev 97.iso / share / chkexcel / chkexcel.bat next >
Encoding:
DOS Batch File  |  1997-01-22  |  650 b   |  24 lines

  1. @echo off
  2. echo CHKEXCEL - Scans for new Excel Macro virus
  3. echo.
  4. echo ■ This batch file runs Dr Solomon's FindVirus in 'all files'
  5. echo   mode and enables it to detect the new Excel Macro virus,
  6. echo   XM.Laroux
  7. echo.
  8. echo ■ You can do this manually by running FindVirus with the
  9. echo   following syntax:  FINDVIRU /EXTRA=LAROUX.DRV /DOALLFILES
  10. echo.
  11. IF NOT EXIST FINDVIRU.EXE goto whoops
  12. FINDVIRU /EXTRA=LAROUX.DRV /DOALLFILES
  13. goto byebye
  14. :whoops
  15. echo.
  16. echo.
  17. echo Error: FINDVIRU.EXE not found.  Make sure you run this batch
  18. echo file in the same directory as Dr Solomon's FindVirus (v7.60 or
  19. echo later)
  20. goto byebye
  21. :byebye
  22.  
  23.  
  24.